home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / r / rexx_plus_compiler / rexxpluscompiler2.dms / in.adf / RexxPlPlot / Examples / examples.zoo / Main.plot < prev   
Encoding:
Text File  |  1990-03-17  |  309 b   |  14 lines

  1. /* Main.plot - Example of ARexx control over RexxPlPlot */
  2. /* Modified for RexxPlPlot by Glenn M. Lewis - 9/12/89  */
  3.  
  4. address 'PlPlot'
  5.  
  6.         'plstar(1,1);'
  7.         'pladv(0);'
  8.         'plvpor(0.,1.,0.,1.);'
  9.         'plwind(0.,1.,0.,1.);'
  10.         'plbox("bcg",0.,0,"bcg",0.,0);'
  11.         'plend();'
  12.  
  13. exit 0
  14.